From bb454d8d7d49a10ca87d4b2b84f2cfc31cdffdc0 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Apr 2004 03:55:44 +0000 Subject: [PATCH] Don't even send the NMEAOFF command to the units that can't handle it. It blows the synch on ColorTrak away because it's so slow to respone the UNABLE... git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@766 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index b0f66d8a1..9e65e791b 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -739,7 +739,7 @@ mag_rd_init(const char *portname) } } - if (!is_file) { + if (!is_file && (icon_mapping != gps315_icon_table)) { /* * The 315 can't handle this command, so we set a global * to ignore the NAK on it. -- 2.30.2